Symphony Framework
AddToCollection Method
Symphony.Conductor.Types Namespace > AsyncObservableCollection<T> Class : AddToCollection Method
Provides a thread safe way to add items to the collection.
Syntax
public void AddToCollection( 
   T param
)

Parameters

param

Return Value

void
Remarks
Always use the AddToCollection method to add an item to the collection as this is a thread safe way to perform the function.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AsyncObservableCollection<T> Class
AsyncObservableCollection<T> Members